When looking for sources, use '.', not `.`. Also '..'.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 May 1993 18:56:45 +0000 (18:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 May 1993 18:56:45 +0000 (18:56 +0000)
configure1.in

index 9badb35e10daa1f74fc1f90de389b51b1ae87093..1758155efd8fa1d8df5d18dc998da8d27d81834c 100755 (executable)
@@ -304,10 +304,10 @@ case "${srcdir}" in
       srcdir="${confdir}"
     else
       if [ -f "./src/lisp.h" -a -f "./lisp/version.el" ]; then
-        srcdir=`.`
+        srcdir='.'
       else
         if [ -f "../src/lisp.h" -a -f "../lisp/version.el" ]; then
-         srcdir=`..`
+         srcdir='..'
         else
          (echo "\
 ${progname}: Neither the current directory nor its parent seem to